home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / unblink2.zip / UNBLINK.DOC next >
Text File  |  1993-05-09  |  2KB  |  50 lines

  1. [from SIMTEL20's PD:<MSDOS.SCREEN>UNBLINK.ARC
  2.  
  3. This utility can be used to change the cursor from blinking to
  4. non-blinking and back again.  When it is in the non-blinking
  5. mode the output to the screen will be a little slower, however.
  6.  
  7. v1.2
  8. Toad Hall disassembly and tweak
  9. - Tweaked a bit, cleaned up code.
  10. - Moved a bunch of install-time data and code out of TSR code
  11.   to reduce TSR code size.
  12. - Can't test with color (no color card).  Seems to work just fine on
  13.   my PC-DOS 3.1 system w/Hercules-compatible monographics card, both in
  14.   monochrome and CGA-emulation mode.
  15.  
  16. This utility steals Interrupt vectors 9, 10H, 20H, and 28H.
  17. Installed size/memory requirements:
  18. v1.1:  1984 bytes (232 16-byte paragraphs)
  19. v1.2:    960 bytes (168 16-byte paragraphs)
  20.  
  21. Incidentally, this utility uses the User Interprocess Communications
  22. area (bytes 0:04FEH and 0:04FFH), the first one I've seen!
  23. Hope no one else (important) is using these two bytes!  The unique flags
  24. used for installation flagging are:
  25. 0:04FEH    - 'b'
  26. 0:04FFH    - 1
  27. (obviously the version number (1.1b).  These installed flags are NOT
  28. changed in my tweaked version.
  29.  
  30.  
  31. Rights, copyright, etc. remain with original authors.  (And, NO,
  32. I won't release the disassembled/tweaked source code.)  Of course,
  33. you take full responsibility for using the tweaked v1.2; I disclaim
  34. any and all responsibility for any bad effects, losses, etc.
  35.  
  36. Donno what you're gonna do about the "registration bounty" offered
  37. (see the help screen).  The version I received had no serial number,
  38. so there's no one to credit!
  39.  
  40. Usage:
  41. UNBLINK        gives short help screen, doesn't install
  42. UNBLINK /i    Copyright notice display, goes TSR.
  43.         (Cursor might not instantly disappear, but it will!
  44. To toggle disappearing/normal cursor:
  45.   Press the ALT key three times, then the character 'u'.
  46.  
  47. David Kirschbaum
  48. Toad Hall
  49. kirsch@braggvax.ARPA
  50.